/ Assembly List / LJCNetCommon / DbValues / Add

Namespace - LJCNetCommon


Parameters
propertyName - The PropertyName value.
value - The item value.
dataTypeName - The DataType name.

Returns

A reference to the added item.

Syntax

C#
public DbValue Add(String propertyName, Object value, String dataTypeName = String)

Creates the Object from the arguments and adds it to the collection.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.